projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a40ffd
)
Comment fix.
author
Karl Heuer
<kwzh@gnu.org>
Fri, 5 Jan 1996 00:05:12 +0000
(
00:05
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 5 Jan 1996 00:05:12 +0000
(
00:05
+0000)
lisp/progmodes/hideif.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/hideif.el
b/lisp/progmodes/hideif.el
index 046ce614ca2415b29b872f2b2716cba74d992581..402fd619ff8928ceefc0af0879073b46c6dcfb3f 100644
(file)
--- a/
lisp/progmodes/hideif.el
+++ b/
lisp/progmodes/hideif.el
@@
-122,7
+122,7
@@
;; Set up the submap that goes after the prefix key.
(if hide-ifdef-mode-submap
- () ;
don
t redefine it.
+ () ;
Don'
t redefine it.
(setq hide-ifdef-mode-submap (make-sparse-keymap))
(define-key hide-ifdef-mode-submap "d" 'hide-ifdef-define)
(define-key hide-ifdef-mode-submap "u" 'hide-ifdef-undef)